home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / amos / AMOSList-0998.lzh / AMOSLIST / 000389_bounce-amos-lis…et@onelist.com_Mon Sep 28 20:42:56 1998.msg < prev    next >
Text File  |  1998-10-01  |  4KB  |  94 lines

  1. >From bounce-amos-list--1261-mcox=access.digex.net@onelist.com  Mon Sep 28 20:42:56 1998
  2. Received: from onelist.com (pop.onelist.com [209.207.164.13])
  3.     by pony-1.mail.digex.net (8.8.8/8.8.8) with SMTP id UAA05181
  4.     for <mcox@access.digex.net>; Mon, 28 Sep 1998 20:42:56 -0400 (EDT)
  5. Received: (qmail 18457 invoked by alias); 30 Sep 1998 00:42:37 -0000
  6. Received: (qmail 18401 invoked from network); 30 Sep 1998 00:42:33 -0000
  7. Received: from unknown (HELO m9.sprynet.com) (165.121.1.209) by pop.onelist.com with SMTP; 30 Sep 1998 00:42:33 -0000
  8. Received: from dave-paterson (dd42-154.dub.compuserve.com [199.174.174.154]) by m9.sprynet.com (8.8.5/8.8.5) with SMTP id RAA10312 for <amos-list@onelist.com>; Mon, 28 Sep 1998 17:42:47 -0700 (PDT)
  9. Message-ID: <001301bdeb42$09a948e0$9aaeaec7@dave-paterson>
  10. From: "Dave Paterson" <y2guru@sprynet.com>
  11. To: <amos-list@onelist.com>
  12. Date: Mon, 28 Sep 1998 20:42:26 -0400
  13. X-Priority: 3
  14. X-MSMail-Priority: Normal
  15. X-Mailer: Microsoft Outlook Express 4.72.3115.0
  16. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
  17. Mailing-List: list amos-list@onelist.com; contact http://www.onelist.com
  18. Delivered-To: mailing list amos-list@onelist.com
  19. Precedence: bulk
  20. Reply-to: amos-list@onelist.com
  21. Mime-Version: 1.0
  22. Content-Type: text/plain; charset="iso-8859-1"
  23. Content-Transfer-Encoding: 7bit
  24. Subject: [amos-list] Re: Dim array() problem.
  25. Status: O
  26. X-Status: 
  27.  
  28. From: "Dave Paterson" <y2guru@sprynet.com>
  29.  
  30. Hi,
  31.  
  32. The last comment is half true, using memory banks is a great idea especially
  33. if you want to allocate additional array elements (redim)  but as for
  34. speed........ its far slower reading values from a memory bank than an
  35. array.
  36.  
  37. Dave Paterson
  38.  
  39.  
  40. -----Original Message-----
  41. From: Andrew Crowe <andrewcrowe@enterprise.net>
  42. To: amos-list@onelist.com <amos-list@onelist.com>
  43. Date: Monday, September 28, 1998 6:15 PM
  44. Subject: [amos-list] Re: Dim array() problem.
  45.  
  46.  
  47. >From: Andrew Crowe <andrewcrowe@enterprise.net>
  48. >
  49. >Hi Everybody,
  50. >
  51. >On 28-Sep-98, Adam Parrott wrote something which is obviously worth
  52. >replying to:
  53. >> From: "Adam Parrott" <parrottsoft@usa.net>
  54. >
  55. >> While in AMOS lately I quickly compiled a program I was working on and
  56. >ran
  57. >> it. Much to my surprise, it didn't get past the first few instructions
  58. >(it
  59. >> returned an "Illegal function call"). I went back, did some debugging
  60. >and
  61. >> found it was a Dim statement I had made to an array. Here's an
  62. >excerpt:
  63. >
  64. >> Set Buffer 1024..
  65. >> Dim _VAR(G*5,G*5) (G=64)
  66. >
  67. >Ah yes, I had this problem too. It seems that AMOS doesn't like dim'ing
  68. >anything with over a certain ammount of arays. The only way to get
  69. >around this is using a memory bank insted.
  70. >
  71. >   eg. Reserve as work 5,(G*5)*(G*5)+10
  72. >
  73. >This'll save memory and speed.
  74. >
  75. >See ya.
  76. >--
  77. >       Manta Soft  -  Amiga programing & web page designing
  78. >             Http://www.geocities.com/Eureka/Gold/1713/
  79. >
  80. >  - --------------------- Quote of the day: ---------------------- -
  81. >If at first you don't succeed, call it Windows.
  82. >-- Bill Gates
  83. >
  84. >
  85. >------------------------------------------------------------------------
  86. >To unsubscribe from this mailing list, or to change your subscription
  87. >to digest, go to the ONElist web site, at http://www.onelist.com and
  88. >select the User Center link from the menu bar on the left.
  89.  
  90.  
  91. ------------------------------------------------------------------------
  92. To unsubscribe from this mailing list, or to change your subscription
  93. to digest, go to the ONElist web site, at http://www.onelist.com and
  94. select the User Center link from the menu bar on the left.